projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36cb87
)
gdk: Remove nonexisting function from internal header
author
Benjamin Otte
<otte@redhat.com>
Sun, 5 Dec 2010 13:32:59 +0000
(14:32 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 6 Dec 2010 00:02:19 +0000
(
01:02
+0100)
gdk/gdkinternals.h
patch
|
blob
|
history
diff --git
a/gdk/gdkinternals.h
b/gdk/gdkinternals.h
index a0063cdc97224a3392e02ad331ef457597b8cfcb..b5f5a57fa3fcbbeea3ebe913abfdebe83724296f 100644
(file)
--- a/
gdk/gdkinternals.h
+++ b/
gdk/gdkinternals.h
@@
-385,10
+385,6
@@
void _gdk_windowing_window_process_updates_recurse (GdkWindow *window,
void _gdk_windowing_before_process_all_updates (void);
void _gdk_windowing_after_process_all_updates (void);
-/* Return the number of bits-per-pixel for images of the specified depth. */
-gint _gdk_windowing_get_bits_for_depth (GdkDisplay *display,
- gint depth);
-
#define GDK_WINDOW_IS_MAPPED(window) (((window)->state & GDK_WINDOW_STATE_WITHDRAWN) == 0)